.faq-description>p,
.faq-description>div {
    vertical-align: middle;
    transition: color .3s;
    display: inline-block;
    line-height: 1.5em;
    margin-bottom: 0;
    font-size: 16px;
    color: #535252;
}

.faq-description>ul>li {
    font-size: 14px;
    line-height: 21px;
}

.field-error {
    color: red;
    font-size: 12px;
    margin-top: 4px;
    line-height: normal;
}

.agileits-top span#ui-id-1-button,
.agileits-top span#ui-id-2-button,
.form-on-banner textarea {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom-width: 1px !important;
    border-color: #c9ac4d !important;
    width: 100% !important;
    padding-left: 0 !important;
}

.agileits-top span#ui-id-1-button .form-on-banner textarea {
    color: #fff !important;
}

.contact-info a:hover {
    color: #d9bf6b;
    text-decoration: underline;
}

.form-on-banner textarea textarea::-webkit-input-placeholder {
    color: #fff;
}

.form-on-banner textarea textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.form-on-banner textarea textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.form-on-banner textarea textarea:-ms-input-placeholder {
    color: #fff;
}

textarea::-webkit-input-placeholder {
    color: #fff !important;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
}

textarea:-ms-input-placeholder {
    color: #fff !important;
}

.text-area-test {
    display: block;
    overflow: hidden;
}

.blog-inquiry-form span#ui-id-1-button,
.blog-inquiry-form span#ui-id-2-button {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom-width: 0.5px !important;
    border-color: rgb(0 0 0 / 12%) !important;
    width: 100% !important;
    padding-left: 0 !important;
    height: 25px !important;
}

.blog-inquiry-form span.ui-selectmenu-text {
    font-size: 15px;
    color: #000;
}

.lqd-contact-form textarea::placeholder,  .lqd-contact-form1 textarea::placeholder, .lqd-cf-form textarea::placeholder {
    color: #000 !important;
}


.d-none{
    display: none;
}

.d-block{
    display: block;
}

.list-procedure, .studio-location-faq .accordion-content ul {    
    line-height: 25px;
    font-size: 18px;
    color: #535252;
}

.procedure-logo img.logo-dark {
    max-width: 150px;
    height: auto;
}

.conclusion-image{
    max-width: 450px;
    margin: 0 auto;    
}

.conclusion-image-wrapper{
    text-align: center;
    margin: 0 auto;
}

.before-img {
    position: absolute;
    left: -20%;
    top: 0;
    transform: translate(50%, 50%);
    width: auto;
}

.text-white-container {
    color: white;
}

.text-white-container * {
    color: inherit; /* Ensures all child elements inherit the white color */
}

a.editor-hover-line:hover {
  text-decoration: underline;
}


.job-description ul {margin: 20px 0px 20px;}
.job-description ul li{
  margin-bottom: 1rem;
  line-height: 20px;
  font-size: 18px;
  color: #292929;
  display: inline-block;
  width: 100%;
  }
.job-description ul li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-inline-end: 1em;
  border-radius: 50em;
  background: #000;
  margin-top: -9px;
  line-height: 10px;
  position: relative;
  top: -4px;
}

.text-gray{
    color: #535252;
}